home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / cpltest.zip / CPLTEST.DPR < prev    next >
Text File  |  1996-01-10  |  278b  |  17 lines

  1. library Cpltest;
  2.  
  3. uses
  4.   Forms,
  5.   Maindlg in 'MAINDLG.PAS' {MainForm},
  6.   Cplheadr in 'CPLHEADR.PAS';
  7.  
  8. {$R *.RES}
  9. EXPORTS
  10.        CPLApplet;
  11.  
  12. begin
  13. {  Application.Title := 'Windows Manager!';
  14.   Application.CreateForm(TMainForm, MainForm);
  15.   Application.Run;}
  16. end.
  17.